home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / A-B / 001. Sample.cpt / About Sample next >
Text File  |  1988-08-02  |  1KB  |  35 lines

  1. _______________________________________________________________________________________________
  2.  
  3. Macintosh Sample Code
  4.  
  5. #1: Sample
  6.  
  7. Versions:    1.0                8/88
  8.  
  9. Components:    Sample.p        August 1, 1988
  10.             Sample.c        August 1, 1988
  11.             Sample.r        August 1, 1988
  12.             Sample.h        August 1, 1988
  13.             PSample.make    August 1, 1988
  14.             CSample.make    August 1, 1988
  15.  
  16. _______________________________________________________________________________________________
  17.  
  18. Sample is an example application that demonstrates how to initialize the commonly
  19. used toolbox managers, operate successfully under MultiFinder, handle desk
  20. accessories, and create, grow, and zoom windows.
  21.  
  22. It does not by any means demonstrate all the techniques you need for a large
  23. application. In particular, Sample does not cover exception handling, multiple
  24. windows/documents, sophisticated memory management, printing, or undo. All of these
  25. are vital parts of a normal full-sized application.
  26.  
  27. This application is an example of the form of a Macintosh application; it is NOT a
  28. template. It is NOT intended to be used as a foundation for the next world-class,
  29. best-selling, 600K application. A stick figure drawing of the human body may be a good
  30. example of the form for a painting, but that does not mean it should be used as the basis
  31. for the next Mona Lisa.
  32.  
  33. We recommend that you review this program or TESample before beginning a new application.
  34.  
  35.